home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m44.dir / 00042.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  406 b   |  16 lines

  1. on exitFrame
  2.   global gBackHighMusicVolume, gBackLowMusicVolume, gFadeSteps, gOnIBM
  3.   puppetSound("Synth.aif")
  4.   if gOnIBM then
  5.     set gBackHighMusicVolume to 260
  6.     set gBackLowMusicVolume to 140
  7.     set gFadeSteps to 12
  8.   else
  9.     set gBackHighMusicVolume to 230
  10.     set gBackLowMusicVolume to 90
  11.     set gFadeSteps to 14
  12.   end if
  13.   set the volume of sound 1 to gBackLowMusicVolume
  14.   updateStage()
  15. end
  16.